SftTabs/NET 6.0

Alignment Property, ButtonsClass Class

Softel vdm, Inc.

Defines the alignment of the Close, Minimize and Restore buttons.

Syntax      ButtonsClass Class (Softelvdm.SftTabsNET)

VB   

Public Property Alignment As ButtonAlignmentEnum

C#   

public ButtonAlignmentEnum Alignment { get; set; }

C++   

public: property ButtonAlignmentEnum Alignment {
        ButtonAlignmentEnum get();
        void set(ButtonAlignmentEnum value);
}

Property Value

The button alignment.

ButtonAlignmentEnum

Value

Description

Near

0

The buttons appear near the tab control's visible border (touching the border of the tab page).

Center

1

The buttons appear centered within the tab control's visible border and the outside edge of the tab control window.

Far

2

The buttons appear aligned with the outside edge of the tab control window.

The default value is ButtonAlignmentEnum.Near.

Comments

The Alignment property defines the alignment of the Close, Minimize and Restore buttons.

The scroll button alignment is defined using the Scrolling.ButtonAlignment property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com